@font-face {
	font-family: LondrinaSolid-Regular;
	src: url(Fonts/LondrinaSolid-Regular.ttf);
}

* {
  box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
}

body {
	margin: 0;
    padding: 0;
	background-color: #a3e5f5;
}

#div1 {
	width: 15%;
	float: left;
	background-color: rgba(163,229,245,0);
}

#arrow {
	width: 100%;
}

#div2 {
	width: 70%;
	float: left;
	background-color: rgba(163,229,245,0);
}

#div3 {
	width: 15%;
	float: left;
	background-color: rgba(163,229,245,0);
}

#home {
	width: 94%;
}

#div4 {
	width: 100%;
	float: left;
	background-color: rgba(163,229,245,0);
}

h1 {
	color: #f2293a;
	text-align: center;
	font-family: "LondrinaSolid-Regular";
	font-size: 855%;
	font-weight: normal;
	font-style: normal;
	text-shadow: 3px 3px 5px #454444;
	margin-top: 2%;
	margin-bottom: 4%;
}

#div5 {
	width: 40%;
	float: left;
	background-color: rgba(163,229,245,0);
}

#poster {
	width: 100%;
	margin-left: 3%;
	box-shadow: 3px 3px 5px #454444;
}

#box2 {
	width: 100%;
	margin-left: 3%;
	margin-bottom: 3%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #f2293a;
	text-align: center;
	font-family: "LondrinaSolid-Regular";
	font-size: 275%;
	color: #f2d022;
	box-shadow: 3px 3px 5px #454444;
}

#div6 {
	width: 60%;
	float: left;
	background-color: rgba(163,229,245,0);
}

#box1 {
	width: 91%;
	margin-left: 5%;
	margin-right: 4%;
	margin-bottom: 1%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #f2293a;
	text-align: center;
	font-family: "LondrinaSolid-Regular";
	font-size: 255%;
	color: #f2d022;
	box-shadow: 3px 3px 5px #454444;
}

#break {
	width: 100%;
	float: left;
	background-color: rgba(163,229,245,0);
}

.video-responsive{
    overflow:hidden;
    padding-bottom:51.19%;
    position:relative;
    width: 91%;
    margin-left: 5%;
    margin-bottom: 4%;
  	display: inline-block;
  	box-shadow: 3px 3px 5px #454444;
}
.video-responsive iframe{
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#box3 {
	width: 91%;
	margin-left: 5%;
	margin-bottom: 4%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #f2293a;
	text-align: center;
	font-family: "LondrinaSolid-Regular";
	font-size: 225%;
	color: #f2d022;
	box-shadow: 3px 3px 5px #454444;
}

#box4 {
	width: 91%;
	margin-left: 5%;
	margin-bottom: 4%;
	padding-top: 2%;
	padding-bottom: 4%;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #f2293a;
	text-align: center;
	font-family: "LondrinaSolid-Regular";
	font-size: 245%;
	color: #f2d022;
	box-shadow: 3px 3px 5px #454444;
}

a:link {
	color: #f2d022;
	text-decoration: none;
}

a:visited {
	color: #f2d022;
	text-decoration: none;
}

a:hover {
	color: #1fa68d;
	text-decoration: underline;
}

a:active {
	color: #f2d022;
	text-decoration: none;
}